* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  /*border: 1px solid #999;*/
}
#login_password_div {
  z-index: 500;
  width: 268px;
  position: absolute;
  border: 1px solid #444;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #e1eafe;
  padding: 10px;
  left: 50%;
  top: 50%;
  margin-top: -108px;
  margin-left: -145px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
html,body {
  font-family: Verdana, Arial;
  font-size: 1.0em;
  color: #666;
  /*overflow:auto;*/
  margin:0px;
  height:100%;  
  
}

body{
    display: none;
}

.main {
	width:100%;
	height: 100%;
	text-align: center;
	min-height: 100%;
}

.container {
  padding: 0;
  display: inline-block;
  margin:0 auto;  
  text-align:center;
  height: 90%;
  width: 100%;
}

/* General */
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.text-left {
    text-align: left;
}
.text-right  {
    /* text-align: right; */
}
.text-center {
    text-align: center;
}

/* Header */
.postDiv {
    float:right;
}
.logo {
	width: 100%;
	height: 27px;
	border: 0px;
	margin-bottom: 0px;
}
.header-nav{
	padding:10px 0 4px;
	max-width: 960px;
	text-align: center;
	margin:0 auto;
}

.postDiv .postDivButton {
    width:120px;
    height:20px;
    padding-bottom:10px;
    margin-left:5px;
    text-align:center;
    float:left;
}

.postDiv .postDivButton .button {
    width:120px;
}

#login_password_top_div {
    /*width: 645px;*/
}
#login_password_top_div ul,#userLoginDiv ul,#userLoginDiv1 ul,#userLoginDiv2 ul {
    list-style:none;
    white-space:nowrap;
}

#login_password_top_div ul li,#userLoginDiv ul li {
    display:inline;
}


#login_password_top_div2 {
    /*width: 645px;*/
}
#login_password_top_div2 ul,#userLoginDiv ul,#userLoginDiv1 ul,#userLoginDiv2 ul {
    list-style:none;
    white-space:nowrap;
}

#login_password_top_div2 ul li,#userLoginDiv ul li {
    display:inline;
    
}
a {
    color:#444;
    font-weight:400;
    text-decoration:none;
}
a:active {
    color:#444;
}

.menu{
 width: 65%;
}
#menu ul{
    padding-left: 0;
}
#menu ul li#user_first_name {
    color:#06C;
    position: relative;
    top: 1px;
    font-weight:normal;
    font-size: 16px;

}
.search-text{
  font-family: Verdana;
  color: #FFF;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  text-align: center;
  padding-bottom: 15px;
  padding-top: 4%;
  font-weight: bold;
  font-size: 2.5em;"
}
.search-text-2{
  font-family: Verdana;
  color: #FFF;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  text-align: center;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 1.45em;"
}
.search-text-2 a{
  font-size: 1em;
  text-decoration: underline;
}
.search-text-2 a:hover{
	font-size: 1em;
  text-decoration: underline;
}
.search-box{
	width:380px;
	text-indent: 6px;
	font-size:16px;
	padding: 4px 0 3px;
}
#searchForm {
    /*padding-top: 10px;*/
}
.searchForm {
    width:434px;
    max-width:960px;
    padding:20px;
    text-align:center;
    margin:0 auto;
}
.bg-home {
    width: 100%;
    min-width: 960px;
    max-width: 2000px;
    margin: 0 auto;
    position: relative;
    height: 92%;
    min-height:300px;
    text-align: center;
    color: #fff;
    /*background: transparent url(../../images/Seattle.jpg) no-repeat top center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover !important;
    -o-background-size: cover;
}
/* New btns */
input[type="button"], input[type="submit"], input[type="reset"], button, a.new_btn {
	cursor:default!important;
	display:inline-block;
	font-weight:bold;
	height:32px;
	line-height:1;
	min-width:54px;
	padding:0 8px;
	text-align:center;
	text-decoration:none!important;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-user-select:none;
}
input[type="button"]:focus,input[type="submit"]:focus,input[type="reset"]:focus, button:focus, a.new_btn:focus{
	border:1px solid #4d90fe;
	outline:none;
	-webkit-box-shadow:inset 0 0 0 1px #fff;
	box-shadow:inset 0 0 0 1px #fff;
}
input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover, button:hover, button.hover, a.new_btn:hover{
	border-color:#c6c6c6;
	color:#222!important;
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,.15);
	box-shadow:0 1px 0 rgba(0,0,0,.15);
	background:#f8f8f8;
	background:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
	background:linear-gradient(top,#f8f8f8,#f1f1f1);
	
}
input[type="button"]:hover:focus, input[type="submit"]:hover:focus, input[type="reset"]:hover:focus, button:hover:focus, a.new_btn:hover:focus {
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,.15),inset 0 0 0 1px #fff;
	box-shadow:0 1px 0 rgba(0,0,0,.15),inset 0 0 0 1px #fff;
}
.gbqfb::-moz-focus-inner{
	border:0;
}
.gbqfba::-moz-focus-inner{
	border:0;
}
input[type="button"], input[type="submit"], input[type="reset"], button, a.new_btn {
	border:1px solid #dcdcdc;
	border-color:rgba(0,0,0,0.1);
	color:#444!important;
	font-size:14px;
	background:#f5f5f5;
	background:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background:linear-gradient(top,#f5f5f5,#f1f1f1);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
input[type="button"]:active,input[type="submit"]:active,input[type="reset"]:active, button:active, a.new_btn:active{
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
}
.btn_search { 
	width: 120px; 
    position: relative;
}
a.new_btn{
	height: auto;
	padding: 3px 5px;
}

/* Old style */
.location {
  /*font-size: 3em;
  color: #444;*/
}

.date {

}

.desc {

}

/* Current Weather Summary */
.current {
  overflow: auto;
  width:100%;
  margin-bottom: 15px;
}

.current .visual {
  width: 50%;
  float: left;
}

.current .description {
  width: 50%;
  float: left;
}

/* Current Weather - Visual */

.visual .icon {
  width: 64px;
  height: 64px;
}

.temp {
  font-size: 2.5em;
  display: inline-block;
  vertical-align: top;
}

.scale {
  vertical-align: top;
  display: inline-block;
  margin-top: 6px;
  color: #888;
}

/* General Labels */

.wind:before {
  content: "Wind: ";
  color: #888;
}

.precip:before {
  content: "Precipitation: ";
  color: #888;
}

.humidity:before {
  content: "Humidity: ";
  color: #888;
}

.pollen:before {
  content: "Pollen Count: ";
  color: #888;
}

.pcount:before {
  content: "Pollen ";
  color: #888;
}


/* Seven Day Forecast */

.seven-day div {
  vertical-align: middle;
}

.seven-day-fc {
  
  margin: 0 -11px -1px -11px;
  padding: 10px;
}

.seven-day-fc div {
  display: inline-block;
}

.seven-day-fc .date {
  font-weight: bold;
  color: #444;
}

.seven-day-fc .icon {
  width: 50px;
  height: 50px;
}

.seven-day-fc .seven-day-temp {
  text-align: center;
}

.seven-day-fc .temp-high {
  color: #444;

}

.seven-day-fc .temp-low {
  color: #888;
}

.seven-day-fc .temp-low,
.seven-day-fc .temp-high {
  display: block;
}

.seven-day-fc .pcount {
  text-align: center;
}

/* FOOTER */
.footer {
	width: 100%;
	text-align:center;
	margin-bottom:0;
	padding-bottom: 0;
}
#footer-links ul {
	list-style: none;
	font-size: 1.0em;
}
#footer_main{
	padding-top: 10px;
	padding-bottom: 0px ;
}
#login_password_div {
  z-index: 500;
  width: 290px;
  position: absolute;
  border: 1px solid #444;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #e1eafe;
  padding: 10px;
  left: 50%;
  top: 50%;
  margin-top: -108px;
  margin-left: -145px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #06c;
  margin-top: 0;
  margin-bottom: 3px;
  font-weight: normal;
}

h5 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  color: #444;
  padding: 3px 0;
  font-weight: normal;
}

h5.new {
  float: left;
  background: #fff;
  margin: 0;
  border: 0;
  margin: 0;
  padding: 0;
  margin-top: -13px;
  padding-right: 8px;
  font-weight: normal;
  font-size: 15px;
}

#container {
  width: 960px;
  text-align: left;
  padding-top: 10px;
  margin: 0% auto;
}

.content-h5 {
  padding: 20px 0 12px;
}

.content-h5 .line {
  height: 1px;
  background: #ccc;
}

.table {
  line-height: 21px !important;
  padding-bottom: 16px;
}

table, .table_search {
  width: 100%;
  border-collapse: collapse;
}

.table_search tr td {
  /* font-family: Arial,Helvetica,sans-serif; */
  font-size: 14px;
  margin: 0;
  padding: 3px;
}

.table_row {
  padding: 6px 0;
}

.table_column1 {
  float: left;
  min-width: 153px;
  width: auto;
  text-align: right;
  position: relative;
  top: 2px;
}

.table_column2 {
  float: left;
  min-width: 260px;
  width: auto;
  margin-left: 6px;
}

.table_column3 {
  float: left;
  margin-left: 4px;
  line-height: 23px;
  position: relative;
  top: 2px;
}

.ui-select {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  box-shadow: none;
  padding: 0;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  border: 1px solid #ccc;
  width: 256px;
  height: 32px !important;  /*height: 25px !important;*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  border-color: rgba(0,0,0,0.1);
  color: #444!important;
  background: #f5f5f5;
  background: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background: linear-gradient(top,#f5f5f5,#f1f1f1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5f5f5,endColorstr=#f1f1f1,GradientType=1);
}

.ui-select .ui-select-value {
  border: none;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -khtml-border-top-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
  z-index: 0;
  padding: 4px 22px 3px 3px;/*padding: 2px 22px 3px 3px;*/
  display: block;
}

.ui-select select {
  padding: 2px;
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  z-index: 1;
  opacity: 0;
  width: 256px;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  height: 27px !important;
}

.ui-select .ui-select-button {
  display: block;
  margin: 0;
  padding: 0px;
  position: absolute;
  right: -1px;
  top: -1px;
  text-indent: -999em;
  width: 24px;
  line-height: 26px;
}

@media screen and (min-width: 800px){
    .ui-select .ui-select-button {
        display: block;
        margin: 0;
        padding: 0px;
        position: absolute;
        right: -1px;
        top: 1px;
        text-indent: -999em;
        width: 24px;
        line-height: 26px;
    }
}

.ui-select .ui-select-button span {
  background: transparent url(../../images/arrow-down.png) no-repeat center center;
  display: block;
  float: none;
  margin-right: 0;
  width: 24px;
  height: 27px;
}

.smallText {
  font-size: 12px;
}

#map-canvas {
  margin: 0px;
  padding: 0px;
}

.map-canvas {
  height: 220px;
  width: 365px;
}

#map-canvas div {
  line-height: 1.35;
}

.button_send {
  padding-top: 10px;
}
.button_send {
  text-align: center;
}

#captcha {
  width: 153px !important;
  position: relative;
  top: -8px;
}

@media screen and(min-width: 801px){
  #captcha1{
    margin-left: 0px;
  }
}

.postPage, .rightPage {
  width: 70%;
  max-width: 800px;
}

.emailAlerts h3 {
  margin-bottom: 10px;
}

.emailAlerts dt, .zend_formz dt {
  float: left;
  width: 100px;
  text-align: right;
  margin: 2px 5px 0 0;
  padding: 0;
}

.emailAlerts dd, .zend_formz dd {
  margin-top: 5px;
  float: left;
  width: 270px;
  position: relative;
  margin-left: 0px;
}

.left_emailalert {
  clear: both;
  min-height: 31px;
  height: auto;
}

.emailAlerts dt label {
  display: block;
  padding-top: 3px;
  font-size: 15px;
}

.emailAlerts input[type=text] {
  width: 256px;
}

.emailAlerts .buttons, .zend_formz .buttons {
  margin-top: 0;
  padding-top: 6px;
  margin-left: 102px;
}

.error_m {
  min-height: 5px;
  height: auto;
}

.image_capcha {
  position: relative;
  top: 8px;
}
.center {
  text-align: center;
}

.emailAlerts .empty, .zend_formz .empty {
  clear: both;
  height: 1px;
}

.page {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.blue_box {
  width: 100%;
  clear: both;
  padding-bottom: 20px;
}

.body_bl {
  clear: both;
  overflow: hidden;
  padding: 0 8px;
  /* padding-top: 5px; */
}

#searchResults {
  border: 0px;
  padding: 6px 4px 4px;
  clear: both;
}

#map-canvas2 {
  margin: 0px;
  padding: 0px;
}

.map-canvas2 {
  height: 300px;
  width: 382px;
  left: -13px !important;
}

#map-canvas2 div {
  line-height: 1.35;
}

#searchPagination {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 3px;
  clear: both;
  overflow: hidden;
}

a:hover, a.blueLink {
  color: #06c;
  text-decoration: underline;
}

.blueLink {
  font-size: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.wrap-image {
  width: 130px;
  margin-bottom: 5px;
  margin-top: 5px;
}

input[type="text"], input[type="password"], textarea {
  text-indent: 3px;
  color: #444;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  padding: 4px 0;
}

.text_box{
  text-indent: 0px;
  color: #444;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  padding: 4px 0;
}

.menu_icon{
    background: transparent url(../../images/Menu_icon.png) no-repeat center center !important;
    background-size: 25px 25px !important;
    height: 35px !important;
    min-width: 45px !important;
    /*background: transparent url(../../images/arrow-down.png) no-repeat center center;*/
    display: block;
    float: none;
}

#menu-header{
    margin-right: -35px;
    margin-bottom: 10px;
}
input, button, select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;  
}

input[type="text"], input[type="password"], input[type="button"],input[type="submit"], button, select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 32px;
}

#searchForm{
  margin-left: 40px;
}

.back_content {
  position: fixed;
  width: 100%;
  min-height: 30px;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: #333;
  z-index: 10000000000000000000000000000000;
  text-align: center;
}

#form_step1 {
  margin-bottom: 10px;
}

.sub-content-5-left {
  float: left;
  text-align: right;
  width: 150px;
  padding: 5px 5px 10px 5px;
}

.sub-content-5-left2 {
  float: left;
  text-align: left;
  width: 264px;
  padding: 5px 5px 5px 0px;
}

.sub-content-5-clear {
  clear: both;
}

.sub-content-5-left6 {
  float: left;
  text-align: left;
  max-width: 750px;
  width: auto;
  padding: 5px 5px 5px 0px;
}

.ui-file {
  padding: 0;
  position: relative;
  width: 450px;
  display: inline-block;
}

.ui-file .ui-file-value {
  display: block;
  padding: 4px 6px;
  margin-left: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-file .ui-file-button {
  height: 27px;
  margin: 0;
  position: absolute;
  left: -1px;
  top: -1px;
  /*width: 100px;*/
  text-align: center;
}
.ui-file input[type=file] {
  height: 27px;
  position: absolute;
  left: -1px;
  top: -3px;
  opacity: 0;
}
#searchForm_students{
     margin-left: 20px;
     padding-top: 6px; 
}

#tabs, #tabsHidden, .fl_l {
  float: left;
}

.tabCurrent {
  cursor: pointer;
  float: left;
  text-align: center;
  border-right: 2px solid #FFF;
  color: #FFF;
}

.tabCurrent .current_left {
  background: transparent url(../../images/tabs/tab_current_left.png) no-repeat scroll 0 0;
  width: 8px;
  height: 30px;
}

.tabCurrent span {
  float: left;
  line-height: 30px;
}

.tabCurrent .current_center {
  background: transparent url(../../images/tabs/tab_current.png) repeat-x scroll 0 0;
  height: 30px;
  padding: 0 8px;
}

.tabCurrent .current_right {
  background: transparent url(../../images/tabs/tab_current_right.png) no-repeat scroll 0 0;
  width: 8px;
  height: 30px;
}

.tab {
  cursor: pointer;
  float: left;
  text-align: center;
  border-right: 2px solid #FFF;
}

.tabBar {
  background-color: #333;
  clear: both;
  color: #666;
  padding: 3px 3px 3px 10px;
}

.tabSection {
  border: 1px solid #333;
  height: auto;
  overflow: auto !important;
  padding: 10px;
}

#myPostings {
  line-height: 130%;
  min-height: 450px;
  overflow: hidden;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 5px 10px;
}

.tab .current_left {
  background: transparent url(../../images/tabs/tab_left.png) no-repeat scroll 0 0;
  width: 8px;
  height: 30px;
}

.tab span, .tabCurrent span {
  float: left;
  line-height: 30px;
}

.tab .current_center {
  background: transparent url(../../images/tabs/tab.png) repeat-x scroll 0 0;
  height: 30px;
  padding: 0 8px;
}
.tab .current_right {
  background: transparent url(../../images/tabs/tab_right.png) no-repeat scroll 0 0;
  width: 8px;
  height: 30px;
}

.tabBar a, .tabBar a:hover, .tabBar a:visited, .tabBar a:active {
  color: #FFF;
  font-size: 11px;
  / text-decoration: underline; /
}

.post_btn {
  width: 120px;
}

#fullListingContent {
  line-height: 160%;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}

.infoTitle {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
}

#infoTitleSmall, .infoTitle {
  color: #06c;
  font-weight: 700;
  font-size: 14px;
  padding: 3px 0;
}

.blueLink {
  font-size: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


.left_t_b {
  width: 0;
  vertical-align: bottom;
  text-align: right;
  padding: 0;
  border: none;
  margin: 0;
}

.center_t_b {
  width: 100%;
  background: url(/images/back_top.gif) repeat-x left bottom;
  text-align: left;
  padding: 0;
  border: none;
  margin: 0;
}

.right_t_b, .right_b_b {
  width: 0;
  vertical-align: bottom;
  text-align: left;
  padding: 0;
}

.left_b {
  background: #e1eafe url(/images/back_left.gif) repeat-y right top;
  vertical-align: middle;
  padding: 0;
  border: none;
  margin: 0;
}

.center_b {
  background: #e1eafe;
  padding: 0;
  border: none;
  margin: 0;
  padding: 5px;
}

.right_b {
  background: #e1eafe url(/images/back_right.gif) repeat-y left top;
  padding: 0;
  border: none;
  margin: 0;
}

.left_b_b {
  width: 0;
  vertical-align: top;
  text-align: right;
  padding: 0;
  border: none;
  margin: 0;
}

.center_b_b {
  width: 100%;
  background: #e1eafe url(/images/back_bot.gif) repeat-x left top;
  text-align: center;
  padding: 0;
  border: none;
  margin: 0;
}

.infoWindowDesc {
  max-width: 660px;
}

.infoWindowDesc {
  /* max-width: 677px; */
  width: auto;
  /* border-top: 1px solid #ccc; */
  /* margin-top: 10px; */
  padding-top: 10px;
  color: #555;
  font-size: 14px;
}

.infoWindowDesc a {
  color: #06c;
}

.contactInfo {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
  
}

.contactInfo a {
  color: #06c;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, button.hover, a.new_btn:hover {
  border-color: #c6c6c6;
  color: #222!important;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15);
  box-shadow: 0 1px 0 rgba(0,0,0,.15);
  background: #f8f8f8;
  background: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background: linear-gradient(top,#f8f8f8,#f1f1f1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8,endColorstr=#f1f1f1,GradientType=1);
}

.center_mapping{
  text-align: center;
  margin-right: 120px;
}

.center_mapping_job{
   text-align: center;
  margin-right: 119px;
}

.errors {
  font-family: Verdana,?Arial,?Helvetica,?sans-serif;
  font-size: 14px;
  /*font-weight: 700;*/
  color: #FF0000;
  line-height: 19.2px;
  text-align: left;
  /*height: 19px;*/
  padding-left: 0px;
}
     /* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #td_location{
    padding-top: 30px !important;
  }
  a.new_btn{
    width: 90px;
  }
  .message_title{
    text-align: left;
    text-decoration: none;
    color: green;
  }
  #titles_message{
    text-align: left;
  }
}
  /* IE Edge 12+ CSS styles go here */ 
@supports (-ms-accelerator:true) {
  #td_location{
    padding-top: 30px !important;
  }
  a.new_btn{
    width: 100px;
  }
  .message_title{
    text-align: left;
    color: green;
  }
}